object Form2: TForm2 Left = 575 Top = 174 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Database Search' ClientHeight = 116 ClientWidth = 201 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 74 Height = 13 Caption = 'Search by Title ' end object Label2: TLabel Left = 8 Top = 56 Width = 80 Height = 13 Caption = 'Search by Genre' end object Edit1: TEdit Left = 8 Top = 24 Width = 121 Height = 21 TabOrder = 0 end object ComboBox1: TComboBox Left = 8 Top = 72 Width = 121 Height = 21 ItemHeight = 13 Items.Strings = ( 'Action' 'All Genres' 'Arcade' 'Arcade Racing' 'Puzzle' 'Roleplaying' 'Simulation' 'Software Toy' 'Sports' 'Strategy' 'Wargame') TabOrder = 2 Text = 'All Genres' OnChange = ComboBox1Change end object Button1: TButton Left = 136 Top = 24 Width = 49 Height = 20 Caption = 'Search!' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 136 Top = 72 Width = 49 Height = 20 Caption = 'Search!' TabOrder = 3 OnClick = Button2Click end object Table1: TTable Left = 120 Top = 104 end object DataSource1: TDataSource Left = 88 Top = 104 end end